Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / CommitItemChanges Method
Data item to apply changes.

In This Topic
    CommitItemChanges Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Commits all changes in the data item.
    Syntax
    'Declaration
     
    Protected Overridable Sub CommitItemChanges( _
       ByVal item As T _
    ) 
    protected virtual void CommitItemChanges( 
       T item
    )

    Parameters

    item
    Data item to apply changes.
    See Also